home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd2.bin / Music Organizer Deluxe 1.9 / _SETUP.1 / Deluxe.exe / 0 / RCDATA / THOWDLG / THOWDLG.txt
Text File  |  2002-05-01  |  2KB  |  83 lines

  1. object HowDlg: THowDlg
  2.   Left = 53
  3.   Top = 127
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'How To Register'
  7.   ClientHeight = 373
  8.   ClientWidth = 612
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object OKBtn: TBitBtn
  18.     Left = 532
  19.     Top = 8
  20.     Width = 77
  21.     Height = 27
  22.     Caption = '&OK'
  23.     TabOrder = 0
  24.     Kind = bkOK
  25.     Margin = 2
  26.     Spacing = -1
  27.     IsControl = True
  28.   end
  29.   object Memo1: TMemo
  30.     Left = 3
  31.     Top = 3
  32.     Width = 525
  33.     Height = 367
  34.     TabStop = False
  35.     Color = clBtnFace
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clBlue
  38.     Font.Height = -13
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     Lines.Strings = (
  42.       'Registering with PrimaSoft PC'
  43.       '========================'
  44.       'Choose the most convenient way to register/order the program.'
  45.       ''
  46.       '1) INTERNET Registration Through PrimaSoft'#39's Home Page'
  47.       
  48.         'You need a World-Wide Web browser. To visit our HOME PAGE, use a' +
  49.         'ddress:'
  50.       '   http://www.primasoft.com/deluxe.htm'
  51.       'We STRONGLY recommend using this method because it'
  52.       'is fast, easy and secure. '
  53.       ''
  54.       '2) Money Order, Check, or Cash'
  55.       
  56.         'Please send your International Money Order, Canadian or U.S. che' +
  57.         'ck, or cash with the '
  58.       'registration form to the following address:'
  59.       '   PrimaSoft PC, Inc.'
  60.       '   P.O. Box 456'
  61.       '   Surrey,   BC   V3T 5B7'
  62.       '   CANADA'
  63.       ''
  64.       '3) Credit Card Orders'
  65.       
  66.         'We accept Visa or MasterCard orders. Please send us a registrati' +
  67.         'on form with the '
  68.       
  69.         'card number, the cardholder name and the expiration date. You ma' +
  70.         'y send all this '
  71.       'information to the address mentioned above or by:'
  72.       '   Phone:'#9#9'1-800-371-7520 (Canada and US) or'
  73.       #9#9'1-604-951-1085'
  74.       '   Fax: '#9#9'1-604-951-7797'
  75.       '   CompuServe: '#9'74643,2635'
  76.       '   Internet:  '#9#9'support@primasoft.com')
  77.     ParentFont = False
  78.     ReadOnly = True
  79.     ScrollBars = ssVertical
  80.     TabOrder = 1
  81.   end
  82. end
  83.